home *** CD-ROM | disk | FTP | other *** search
- object Grid3DSeriesEditor: TGrid3DSeriesEditor
- Left = 246
- Top = 165
- BorderStyle = bsDialog
- ClientHeight = 115
- ClientWidth = 363
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 6
- Width = 233
- Height = 102
- Caption = 'Color Mode:'
- TabOrder = 0
- object Shape1: TShape
- Left = 107
- Top = 17
- Width = 26
- Height = 23
- OnMouseUp = Shape1MouseUp
- end
- object Label2: TLabel
- Left = 106
- Top = 48
- Width = 26
- Height = 13
- Alignment = taRightJustify
- Caption = 'From:'
- end
- object Shape2: TShape
- Left = 143
- Top = 42
- Width = 26
- Height = 23
- OnMouseUp = Shape2MouseUp
- end
- object Label3: TLabel
- Left = 175
- Top = 48
- Width = 16
- Height = 13
- Alignment = taRightJustify
- Caption = 'To:'
- end
- object Shape3: TShape
- Left = 198
- Top = 42
- Width = 26
- Height = 23
- OnMouseUp = Shape3MouseUp
- end
- object Label4: TLabel
- Left = 105
- Top = 74
- Width = 30
- Height = 13
- Alignment = taRightJustify
- Caption = 'S&teps:'
- FocusControl = SEPalette
- end
- object RGColor: TRadioButton
- Left = 8
- Top = 20
- Width = 89
- Height = 17
- Caption = '&Series Color:'
- TabOrder = 0
- OnClick = RGColorClick
- end
- object RGRange: TRadioButton
- Left = 8
- Top = 46
- Width = 89
- Height = 17
- Caption = '&Color Range:'
- TabOrder = 1
- OnClick = RGRangeClick
- end
- object RGPalette: TRadioButton
- Left = 8
- Top = 72
- Width = 89
- Height = 17
- Caption = '&Use Palette:'
- TabOrder = 2
- OnClick = RGPaletteClick
- end
- object SEPalette: TEdit
- Left = 143
- Top = 71
- Width = 33
- Height = 21
- HelpContext = 345
- TabOrder = 3
- Text = '0'
- OnChange = SEPaletteChange
- end
- object UDPalette: TUpDown
- Left = 176
- Top = 71
- Width = 15
- Height = 21
- TabOrder = 4
- Associate = SEPalette
- Min = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 248
- Top = 6
- Width = 105
- Height = 102
- Caption = 'Grid size:'
- TabOrder = 1
- object Label1: TLabel
- Left = 16
- Top = 23
- Width = 10
- Height = 13
- Caption = '&X:'
- FocusControl = SEXGrid
- end
- object Label5: TLabel
- Left = 16
- Top = 51
- Width = 10
- Height = 13
- Caption = '&Z:'
- FocusControl = SEZGrid
- end
- object Label6: TLabel
- Left = 16
- Top = 80
- Width = 32
- Height = 13
- Caption = '&Depth:'
- end
- object SEXGrid: TEdit
- Left = 46
- Top = 20
- Width = 33
- Height = 21
- HelpContext = 738
- TabOrder = 0
- Text = '0'
- OnChange = SEZGridChange
- end
- object UDXGrid: TUpDown
- Left = 79
- Top = 20
- Width = 15
- Height = 21
- TabOrder = 1
- Associate = SEXGrid
- Min = 1
- end
- object SEZGrid: TEdit
- Left = 46
- Top = 48
- Width = 33
- Height = 21
- HelpContext = 738
- TabOrder = 2
- Text = '0'
- OnChange = SEZGridChange
- end
- object UDZGrid: TUpDown
- Left = 79
- Top = 48
- Width = 15
- Height = 21
- TabOrder = 3
- Associate = SEZGrid
- Min = 1
- end
- object EDepth: TEdit
- Left = 55
- Top = 75
- Width = 24
- Height = 21
- HelpContext = 738
- TabOrder = 4
- Text = '0'
- OnChange = EDepthChange
- end
- object UDDepth: TUpDown
- Left = 79
- Top = 75
- Width = 15
- Height = 21
- TabOrder = 5
- Associate = EDepth
- Min = 1
- end
- end
- end
-